home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Software / TemaCD / RCEdit / RCEdit.CAB / Full Menu.js < prev    next >
Text File  |  1996-09-30  |  145b  |  8 lines

  1. // Menu Selector
  2.  
  3.     function getlocation(URL) {
  4.         var num = URL.selectedIndex;
  5.         var str = URL.options[num].value;
  6.         location.href=str;
  7.     }
  8.